-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing Vite 🚀 #408
Closed
Closed
Introducing Vite 🚀 #408
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added library configurations to the vite.config.js * Added serve options to the dev run config in package.json but TBD on this * Currently targeting the index.js inside components but getting a warning since we are doing things in a weird way for importing and exporting components * Removed the BASE_URL on index.html
* Removed the required validatorjs to an import * importing vue-multiselect the correct way
* Added / to look for root folder as the src javascript file in the index.html * indenting src/main.js
… core at this moment
* Replacing moment-timezone with moment. Should be moment * Using es6 import according to the docs (validatorjs)
* Using moment package instead of moment-timezone
* Updated references to the new package for validatorjs *
# Conflicts: # package-lock.json # package.json # src/components/FormHtmlEditor.vue # src/components/FormSelectList.vue # src/components/FormTextArea.vue
* Ran prettier
# Conflicts: # src/components/mixins/validation.js
…the datepicker changes since Cypress on SB is failing
# Conflicts: # package-lock.json # package.json # src/DemoApp.vue # src/components/FormDatePicker.vue # src/components/FormTextArea.vue
* Replaced lodash with lodash-es * Removed dependencies not used * Switched npm with yarn * Removed tinymce imports since they were not needed
* Reducing the size of the bundle by removing dependencies not needed
# Conflicts: # src/components/FormTextArea.vue # src/components/index.js # src/components/mixins/validation.js # src/main.js
… css file via package.json
# Conflicts: # package-lock.json # src/components/FormDatePicker.vue
This was referenced Aug 15, 2023
* Renamed eslint.js to eslint.cjs
* Fixed the imports
# Conflicts: # babel.config.js # package-lock.json # package.json # src/components/index.js
Quality Gate failedFailed conditions13 New Code Smells (required ≤ 0) See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends of
ci:vue-form-elements:vite
ci:modeler:vite
ci:screen-builder:vite
ci:vue-multiselect:FOUR-6840
ci:processmaker:vite-js-repos
.